ArcFM Responder Mobile Developer Guide
DataBaseTableName Property






Something like RX_INCIDENTS
Syntax
'Declaration
 
Public Shared ReadOnly Property DataBaseTableName As System.String
'Usage
 
Dim value As System.String
 
value = ResponderObjectBaseGeneric(Of T).DataBaseTableName
public static System.string DataBaseTableName {get;}
public read-only property DataBaseTableName: System.String; static; 
public static function get DataBaseTableName : System.String
public: __property static System.string* get_DataBaseTableName();
public:
static property System.String^ DataBaseTableName {
   System.String^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResponderObjectBaseGeneric<T> Class
ResponderObjectBaseGeneric<T> Members

Send Feedback